Heap - определение. Что такое Heap
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое Heap - определение

WIKIMEDIA DISAMBIGUATION PAGE
HEAP; The Heap; Heap (disambiguation); Heaps; Heap (computing)
Найдено результатов: 124
heap         
(heaps, heaping, heaped)
1.
A heap of things is a pile of them, especially a pile arranged in a rather untidy way.
...a heap of bricks...
He has dug up the tiles that cover the floor and left them in a heap.
N-COUNT: oft N of n
2.
If you heap things somewhere, you arrange them in a large pile.
Mrs. Madrigal heaped more carrots onto Michael's plate.
VERB: V n prep/adv
Heap up means the same as heap
.
Off to one side, the militia was heaping up wood for a bonfire.
PHRASAL VERB: V P n (not pron), also V n P
3.
If you heap praise or criticism on someone or something, you give them a lot of praise or criticism.
The head of the navy heaped scorn on both the methods and motives of the conspirators.
VERB: V n on/upon n
4.
Heaps of something or a heap of something is a large quantity of it. (INFORMAL)
You have heaps of time...
I got in a heap of trouble.
= load
QUANT: QUANT of n-uncount/pl-n
5.
Someone who is at the bottom of the heap or at the top of the heap is low down or high up in society or an organization.
Ordinary workers in state industry, once favoured, suddenly found themselves at the bottom of the heap.
PHRASE: usu v-link PHR, PHR after v
6.
If someone collapses in a heap, they fall heavily and untidily and do not move.
The young footballer collapsed in a heap after a heavy tackle.
PHRASE: v PHR, v-link PHR
heap         
I. n.
1.
Pile, mass, collection, accumulation.
2.
Great quantity, large amount, lot, abundance.
II. v. a.
1.
Pile, lay in a heap, throw into a heap.
2.
Amass, accumulate, heap up.
heaps         
Brit. informal a great deal:
heap         
1. <programming> An area of memory used for {dynamic memory allocation} where blocks of memory are allocated and freed in an arbitrary order and the pattern of allocation and size of blocks is not known until run time. Typically, a program has one heap which it may use for several different purposes. Heap is required by languages in which functions can return arbitrary data structures or functions with free variables (see closure). In C functions malloc and free provide access to the heap. Contrast stack. See also dangling pointer. 2. <programming> A data structure with its elements partially ordered (sorted) such that finding either the minimum or the maximum (but not both) of the elements is computationally inexpensive (independent of the number of elements), while both adding a new item and finding each subsequent smallest/largest element can be done in O(log n) time, where n is the number of elements. Formally, a heap is a binary tree with a key in each node, such that all the leaves of the tree are on two adjacent levels; all leaves on the lowest level occur to the left and all levels, except possibly the lowest, are filled; and the key in the root is at least as large as the keys in its children (if any), and the left and right subtrees (if they exist) are again heaps. Note that the last condition assumes that the goal is finding the minimum quickly. Heaps are often implemented as one-dimensional arrays. Still assuming that the goal is finding the minimum quickly the invariant is heap[i] <= heap[2*i] and heap[i] <= heap[2*i+1] for all i, where heap[i] denotes the i-th element, heap[1] being the first. Heaps can be used to implement priority queues or in sort algorithms. (1996-02-26)
heap         
¦ noun
1. a mound or pile of a substance.
an untidy collection of objects piled up haphazardly.
2. informal a large amount or number: we have heaps of room.
3. informal an untidy or dilapidated place or vehicle.
¦ adverb (heaps) Brit. informal a great deal: I feel heaps better.
¦ verb put in or form a heap.
?load copiously with.
?[as adjective heaped] Brit. (of a spoon) with the contents piled above the brim or edge.
Origin
OE heap (n.), heapian (v.), of Gmc origin.
heap         
I
n. a compost; dump; scrap heap
II
v. (d; tr.) to heap on, upon (to heap gifts on smb.)
Heap         
·noun A crowd; a throng; a multitude or great number of persons.
II. Heap ·noun A great number or large quantity of things not placed in a pile.
III. Heap ·vt To form or round into a heap, as in measuring; to fill (a measure) more than even full.
IV. Heap ·noun A pile or mass; a collection of things laid in a body, or thrown together so as to form an elevation; as, a heap of earth or stones.
V. Heap ·vt To collect in great quantity; to Amass; to lay up; to Accumulate;
- usually with up; as, to heap up treasures.
VI. Heap ·vt To throw or lay in a heap; to make a heap of; to Pile; as, to heap stones;
- often with up; as, to heap up earth; or with on; as, to heap on wood or coal.
Heap, Bury         
FORMER CIVIL PARISH IN GREATER MANCHESTER, UK
Heap, Greater Manchester
Heap was a district of Bury, England until it was abolished in 1894 to become parts of the parishes of Heywood, Bury, Bircle and Unsworth.
Heap (data structure)         
  • Example of a complete binary max-heap with node keys being integers from 1 to 100 and how it would be stored in an array.
TREE-BASED DATA STRUCTURE IN COMPUTER SCIENCE
Min-heap; Heapify; Heap property; Min heap order; Heap (computer science); Heap structure; Minimum-heap property; Max-heap property; Min-heap property; Heap data structure; Maximum-heap property; Max-heap; Heapselect
In computer science, a heap is a specialized tree-based data structure which is essentially an almost complete tree that satisfies the heap property: in a max heap, for any given node C, if P is a parent node of C, then the key (the value) of P is greater than or equal to the key of C. In a min heap, the key of P is less than or equal to the key of C.
Heap (comics)         
  • [[Skywald]]'s ''The Heap'' #1 (Sept. 1971): Cover art by [[Tom Sutton]] and [[Jack Abel]].
COMIC BOOK CHARACTER
The Heap (comics)
The Heap is the name of several fictional comic book muck-monsters, the original of which first appeared in Hillman Periodicals' Air Fighters Comics #3 (cover-dated Dec. 1942), during the period fans and historians call the Golden Age of Comic Books.

Википедия

Heap

Heap or HEAP may refer to: